home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000133_news@newsmaster….columbia.edu _Wed Jan 28 20:33:49 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA04922
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 28 Jan 1998 20:33:48 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA28823
  7.     for kermit.misc@watsun; Wed, 28 Jan 1998 20:33:48 -0500 (EST)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!howland.erols.net!pln-e!extra.newsguy.com!lotsanews.com!ix.netcom.com!gerlach
  10. From: gerlach@netcom.com (Matthew H. Gerlach)
  11. Subject: Re: frequent timeouts!
  12. Message-ID: <gerlachEnIuIF.K4L@netcom.com>
  13. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  14. References: <6ao7uh$9qf$1@cronkite.ocis.temple.edu> <6ao98e$p4h$1@apakabar.cc.columbia.edu>
  15. Date: Thu, 29 Jan 1998 01:23:03 GMT
  16. Lines: 31
  17. Sender: gerlach@netcom18.netcom.com
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8315
  19.  
  20. In article <6ao98e$p4h$1@apakabar.cc.columbia.edu> fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  21. >We don't support expect either.  You might not be aware that C-Kermit
  22. >includes its own script programming language, fully documented in the
  23. >manual, "Using C-Kermit":
  24. >
  25. >  http://www.columbia.edu/kermit/ck60.html
  26. >
  27. >This language is portable across many platforms (UNIX, VMS, DOS, Windows,
  28. >etc) and it is integrated into Kermit so you don't get into the kind of
  29. >trouble you have when you try to control C-Kermit from expect.  So as the
  30. >doctor says, "if it hurts, don't do it".  Just get a copy of the C-Kermit
  31. >manual and read the chapters on automation, as well as on troubleshooting
  32. >of connections, etc, and then if you have specific questions or problems to
  33. >report, then send them to kermit-support@columbia.edu.
  34. >
  35. >- Frank
  36.  
  37. The kermit scripting language is a greate thing, most notably the fact
  38. that kermit scripts will run on many platforms.  That being said I find
  39. it very beneficial to control C-Kermit from Expect, and I work for a company
  40. that does a lot of it.  The main benefit is that one might need to write
  41. a script that controls many serial connections in conjuction with
  42. many connections to regular UNIX programs.  This appears to be easier with
  43. Expect.  Furthermore, Tk/Expect allows one to easily put a "pretty face" 
  44. gui on said script.
  45.  
  46. In conclusion there are problems best solved by kermit scripts and problems
  47. best solved using Expect and there are even more problems best suited to 
  48. Perl, which I prefer.  Use the best tool to solve the problem.
  49.  
  50. Matthew H. Gerlach